x86: remove unused nopaging_gdt_descr
authorKeir Fraser <keir@xensource.com>
Wed, 27 Jun 2007 19:00:50 +0000 (20:00 +0100)
committerKeir Fraser <keir@xensource.com>
Wed, 27 Jun 2007 19:00:50 +0000 (20:00 +0100)
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
xen/arch/x86/boot/x86_32.S

index 4119d6ee1fd259f2899a1fd1b8f98dcb0629d610..b876a7fd0907c711ad70e83cce606ecd0b9b223b 100644 (file)
@@ -80,11 +80,6 @@ gdt_descr:
         .word   LAST_RESERVED_GDT_BYTE
         .long   gdt_table - FIRST_RESERVED_GDT_BYTE
 
-        .word   0
-nopaging_gdt_descr:
-        .word   LAST_RESERVED_GDT_BYTE
-        .long   sym_phys(gdt_table) - FIRST_RESERVED_GDT_BYTE
-
         .align PAGE_SIZE, 0
 /* NB. Rings != 0 get access up to MACH2PHYS_VIRT_END. This allows access to */
 /*     the machine->physical mapping table. Ring 0 can access all memory.    */